home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Conf / proto.arch.sco < prev    next >
Encoding:
Text File  |  1993-04-07  |  978 b   |  30 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Definitions pertaining to architecture SCO
  4. #
  5.  
  6. # Define the name of this architecture here.
  7. # This is used as a subdirectory name where all the objects for this
  8. # architecture live: $(TOP)/Build/$(ARCH)
  9. #
  10. # Note that there is the silent assumption that there is only one O.S.
  11. # per architecture.  We'll have to invent composite architecture names,
  12. # or insert an extra level in the build tree, if this becomes false...
  13. #
  14. ARCH=        sco
  15.  
  16. # Define the name of the script used to update the dependencies in
  17. # the Makefile.
  18. # Choices are:
  19. #    slowmkdep -- always works (as far as I know)
  20. #    fastmkdep -- used cc -M, which isn't always available
  21. #    makedepend -- Todd Brunhoff's superfast tool (comes with X11)
  22. #                  (This needs -Dunix because of configure.h)
  23. # You may also place this definition in the proto.os.* file if you
  24. # know a method works for every architecture supported by that OS.
  25. #
  26. MKDEP=        $(CONF)/slowmkdep
  27. #MKDEP=        $(CONF)/fastmkdep
  28. #MKDEP=        makedepend -Dunix
  29.  
  30.